*{
	margin: 0px;
	padding: 0px;
	font-family: helvetica;
}

.tdBotaoPlayer{
	width: 10%;
	text-align: center;
}

.tdBotaoNext{
	 width: 10%;
	 text-align: center;
}

.botaoNext{
	transform: scale(1.0,1.0);
}

.tempoCorrente{
	width: 10%;
	padding: 5px;
	color: white;
	cursor: default;
	font-weight: bold;
	text-align: left;
	text-shadow: 1px 0px 3px black, -1px 0px 0px black, 0px 1px 0px black, 0px -1px 0px black;
}

.botaoPlayer{
	transform: scale(1.2,1.5);
}

input[type='range']
{
	-webkit-appearance: none !important;
	background-color: rgba(169,169,169,0);
	height: 10px;
	outline: none;
}

input[type='range']#cursorVideo::-webkit-slider-thumb{
	-webkit-appearance: none !important;
	background-color: rgb(61,57,57);
	height: 25px;
	width: 15px;
}

input[type='range']#cursorVolume::-webkit-slider-thumb{
	-webkit-appearance: none !important;
	background-color: rgb(255,255,255);
	height: 25px;
	width: 15px;
}

.botaoVolume,.botaoTelCheia{
	transform: scale(0.8,0.8);
}

.volumeBox{
	position: fixed;
	padding: 10px;
	left: 10%;
	right: 10%;
	top: 30%;
	height: 100px;
	text-align: center;
	background-color: rgba(128,128,128,0.8);
}

.cursoBarraVolume{
	height: 10px;
	position: relative;
	background-color: rgba(169,169,169,1);
	box-shadow: 0px 0px 3px #000;
	top: 20%;
	left: 10%;
	width: 80%;
}

.cursorBarraVolume{
	background-color: #358e51;
	width: 0%;
	height: 100%;
}

.cursorVolume{
	width: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
}

.modal{
	position: fixed; 
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0,0,0,0.5);
}

.cursoBarraVideo{
	position: relative;
	background-color: rgba(169,169,169,1);
	height: 10px;
	box-shadow: 0px 0px 3px #000;
	width: 90%;
	left: 5%;
}

.cursorBarraVideo{
	background-color: #358e51;
	height: 100%; 
	width: 0%;
}

.cursorVideo{
	width: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
}
/*PORTTRAIT*/
@media (orientation: portrait) {
	.botaoBack{
		width: 0.1%;
		text-align: center;
	}
	.botMinimizaPlayer{
		width: 0.1%;
	}
	.controles{
		color: white;
		position: absolute;
		top: 0px;
		width: 100%;
		height: 99%;
		z-index: 3;
		visibility: visible;
		opacity: 1;
		transition: 0.5s;
	}

	.controlesOculto{
		color: white;
		position: absolute;
		top: 0px;
		width: 100%;
		height: 99%;
		z-index: 3;
		visibility: hidden;
		opacity: 0;
		transition: 0.5s;
	}

	.janInfoVideo{
		position: absolute;
		left: -40%;
		top: 60px;
		height: 300px;
		width: 40%;
		box-shadow:0px 5px 5px #fff;
	}
	
	.janInfoVideoCorpo{
		position: relative;
		width: 100%;
		background-color: rgba(0,0,0,0.5);
	}
	
	
	.janQualityVideo{
		position: absolute;
		right: -40%;
		top: 60px;
		height: 300px;
		width: 40%;
		box-shadow:0px 5px 5px #fff;
	}
	
	.janQualityVideoCorpo{
		position: relative;
		width: 100%;
		background-color: rgba(0,0,0,0.5);
	}
	
	
	
	
	.player{
		height: 300px;
		background-color: black;
		position: relative;
		width: 100%;
	}
}
/*landscape*/
@media (orientation: landscape) {
	.botaoBack{
		width: 10%;
		text-align: center;
		background-image: url('../../imagens/back.svg');
		background-repeat: no-repeat;
		background-position: center;
		transform: scale(1.0,1.0);
	}
	
	.janInfoVideo{
		position: absolute;
		left: -40%;
		top: 0px;
		height: 100%;
		width: 40%;
		box-shadow:0px 5px 5px #fff;
	}
	
	.janInfoVideoCorpo{
		position: relative;
		width: 100%;
		background-color: rgba(0,0,0,0.5);
	}
	
	
	.janQualityVideo{
		position: absolute;
		right: -40%;
		top: 0px;
		height: 100%;
		width: 40%;
		box-shadow:0px 5px 5px #fff;
	}
	
	.janQualityVideoCorpo{
		position: relative;
		width: 100%;
		background-color: rgba(0,0,0,0.5);
	}

	.controles{
		color: white;
		position: fixed;
		top: 0px;
		width: 100%;
		height: 99%;
		z-index: 3;
		visibility: visible;
		opacity: 1;
		transition: 0.5s;
	}
	
	.controlesOculto{
		position: fixed;
		color: white;
		top: 0px;
		width: 100%;
		height: 99%;
		z-index: 3;
		visibility: hidden;
		opacity: 0;
		transition: 0.5s;
	}
	
	.player{
		background-color: black;
		position: fixed;
		width: 100%;
		top: 0px;
		height: 100%;
	}
	
	.botMinimizaPlayer{
		width: 12%;
		background-image: url('../../imagens/minimizaPlayer.svg');
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.playerMinimizado{
		background-color: white;
		border: 1px solid black;
		position: fixed;
		bottom: 5px;
		right: 2px;
		width: 20%;
		height: 20%;
	}
}

.mascaraPlayer{
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0%;
	height: 100%;
	z-index: 0;
	background-color: rgba(255,255,255,0);
}

.nomeVideo{
	text-shadow: 1px 0px 3px black, -1px 0px 0px black, 0px 1px 0px black, 0px -1px 0px black;
}

.selectQuality select { /* <select> */
   background: #358e51; /* importante para exibir o novo ícone */
   padding: 5px;
   color: white;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
}